CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - udp vc

搜索资源列表

  1. sample-for-UDP

    0下载:
  2. UDP协议例子,让新手学会udp在vc++下的操作过程来 ,很不错的简单教程-UDP protocol example, let novice to learn to udp under vc++, procedures, very good simple tutorial
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-24
    • 文件大小:369461
    • 提供者:涛涛
  1. udp

    0下载:
  2.  用VC++写的两个简单的网络相关程序:UDP客户端和服务端,如截图所示,控制台程序,希望大家喜欢。-Two simple network with VC++ write procedures: UDP client and server, as shown in the screenshot, console program, hope you like.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-08
    • 文件大小:3471
    • 提供者:李劲青
  1. ChatRoom-udp

    0下载:
  2. vc开发的基于udp的聊天室应用程序,实现基本聊天功能-vc development udp-based chat room application
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-15
    • 文件大小:2295349
    • 提供者:南无
  1. UDP-simple-chat

    0下载:
  2. 基于UDP实现的简单对话框聊天,适合于初学网络协议和VC++编程的人-UDP-based implementation of a simple chat box, suitable for novice network protocols and programming people VC++
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-21
    • 文件大小:6158037
    • 提供者:王锋
  1. VC-UPD

    0下载:
  2. VC++开发的UDP通讯程序,实现不同计算机之间的多播屏幕广播.-This program is developed by VC++6.0, and it can realize the communication among defferent computers
  3. 所属分类:Communication

    • 发布日期:2017-05-23
    • 文件大小:7250074
    • 提供者:李强
  1. UDP-peer-to-peer-chat

    0下载:
  2. UDP点对点聊天,用VC++实现UDP协议完成文件的发送和接收-UDP peer-to-peer chat
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-08
    • 文件大小:1664434
    • 提供者:杨薛涛
  1. UDP-communication

    0下载:
  2. UDP通信,用VC++写的,适合初学者学的。一个是发送的,一个是接受的,大家来学习。-UDP communications, an acceptance, a transmission with VC++ design. Very useful for beginners to learn.
  3. 所属分类:software engineering

    • 发布日期:2017-04-06
    • 文件大小:40109
    • 提供者:周成
  1. UDP-communication-program

    0下载:
  2. 基于VC++的双机通信实验程序,协议为UDP协议-The two-machine communication based VC++ experimental procedure, protocol UDP protocol
  3. 所属分类:Communication

    • 发布日期:2017-04-14
    • 文件大小:3992
    • 提供者:Deron Williams
  1. VCPP-UDP-VideoCommunication

    0下载:
  2. VC++ UDP实现的服务器与客户端的双端视频通信-Server-side video VC++ UDP communication with the client to achieve
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-04-01
    • 文件大小:90553
    • 提供者:jqz
  1. Ground_Station0.2(UDP)

    0下载:
  2. 基于vc的无人机地面控制站程序,采用套接字UDP的通信协议,能够有效的接收与发送数据。-Vc-based UAV ground control station program, using UDP socket communication protocol, can effectively receive and send data.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-14
    • 文件大小:3995204
    • 提供者:袁莫奇
  1. VC-UDP

    0下载:
  2. VC ++ UDP 通信协议 IOCP形式 适合新手学习使用-VC++ UDP communication protocol IOCP form suitable for novice learning to use
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-16
    • 文件大小:10998
    • 提供者:苍狼
  1. TCP.UDP

    0下载:
  2. 基于TCP\UDP协议的通信,用VC可以直接使用,适合初学者-Communication TCP \ UDP based protocol, with VC can be used directly for beginners
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-16
    • 文件大小:3707775
    • 提供者:魏峰
  1. TCP-Client_Server-VC

    1下载:
  2. PC机实现TCP客户端和服务器的源码程序,功能实现有点类似TCP/UDP测试工具。-PC machine to achieve TCP client and server source code procedures, functions somewhat similar to TCP/UDP test tools.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-22
    • 文件大小:6770106
    • 提供者:王强
  1. NetAssist

    1下载:
  2. Vc++实现的网络调试工具,可以建立TCP服务端、客户端,进行收发数据,也可以调试UDP-Vc++ to achieve the network debugging tools, you can create TCP server, client, send and receive data, you can debug UDP
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-27
    • 文件大小:394760
    • 提供者:Harlen
  1. UDP

    0下载:
  2. 一个利用vc++编写的通过UDP的聊天小程序,含源码,有服务端和客户端代码,注释详尽,还有word版说明,推荐下载-Vc++ prepared by a use UDP chat applet, including source code, there are service and client code, detailed notes, as well as word version instructions, recommended download
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-06-16
    • 文件大小:25117358
    • 提供者:jiangjun
  1. UDP-CHATTING

    0下载:
  2. 利用VC编写的,通过UDP协议制作的聊天小程序,适合于初学者,比较简单-Using VC prepared by the UDP protocol produced by the chat applet, suitable for beginners, relatively simple
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-05
    • 文件大小:296510
    • 提供者:
  1. LAN-monitoring-system-VC

    0下载:
  2. 本书主要内容: 1、如何分割UDP 数据报 2、如何发送和接收UDP 数据报 3、如何连接Access 数据库 4、如何抓取屏幕 5、如何自定义控件-The main contents of this book: 1, how to split UDP datagram 2, how to send and receive UDP datagram 3, how to connect Access 4, how to capture the screen
  3. 所属分类:software engineering

    • 发布日期:2017-12-14
    • 文件大小:1095659
    • 提供者:huangyan
  1. Socket

    0下载:
  2. 进程之间的通讯,可使用socket套接字来传递消息。本例子当中说明了简单的服务器/客户端的模式进行通讯。但是TCP的机制下,socket通信是阻塞性的,所以会导致延迟等;而UDP下,通信是不可靠的,容易丢包。(the communication between multi processes)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-22
    • 文件大小:90112
    • 提供者:Grace123
  1. Chat4

    0下载:
  2. vc++平台下基于udp的聊天程序,vc6.0完美打开(Vc++ platform, based on UDP chat program, vc6.0 perfect opening)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-22
    • 文件大小:1906688
    • 提供者:詹森
  1. VC++ 使用socket基于TCP、UDP通信

    0下载:
  2. VC++ 使用socket基于TCP、UDP通信(VC++ uses socket, based on TCP and UDP Communications)
  3. 所属分类:.net编程

    • 发布日期:2017-12-20
    • 文件大小:7168
    • 提供者:1248362909
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 24 »
搜珍网 www.dssz.com